@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  margin: 0;
  padding: 0; }

h2, h3, h4, p {
  margin: 0;
  padding: 0; }

button:focus {
  outline: none;
  border: none; }

.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.slick-slide:focus {
  outline: none !important;
  border: none !important; }
  .slick-slide:focus img {
    outline: none !important;
    border: none !important; }

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #00f3ff; }

#header.header-scrolled {
  background: rgba(1, 39, 95, 0.59);
  padding: 20px 0;
  height: 105px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/*shocase area start*/
#showcase {
  position: relative;
  background: url(../img/Graphic-Designer.jpg) no-repeat;
  height: 820px;
  width: 100%;
  background-position: center;
  background-size: cover; }
  #showcase::before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#370038bd), to(rgba(135, 27, 171, 0.28)));
    background: -webkit-linear-gradient(top, #370038bd 0%, rgba(135, 27, 171, 0.28) 100%);
    background: -o-linear-gradient(top, #370038bd 0%, rgba(135, 27, 171, 0.28) 100%);
    background: linear-gradient(180deg, #370038bd 0%, rgba(135, 27, 171, 0.28) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #showcase .title {
    padding-top: 15em; }
    #showcase .title h2 {
      text-align: center;
      color: #fff;
      font-family: "Nunito", sans-serif;
      font-size: 80px;
      font-weight: bold; }
      #showcase .title h2 span {
        color: #00f3ff; }

/*shocase area end*/
/*scroll animation area start*/
#scrool_down {
  margin: -110px auto;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 48%; }
  #scrool_down .layer1
.logo-left, #scrool_down .logo-right {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-bottom: 7px solid #ff00a5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #scrool_down .logo-left {
    margin: 0 !important;
    padding: 0 !important;
    border-right: 7px solid #ff0066;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrool 1s linear infinite;
    animation: scrool 1s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }
  #scrool_down .logo-right {
    margin: 0 !important;
    padding: 0 !important;
    border-left: 7px solid #00f2ff;
    border-bottom: 7px solid #00d9e4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: scrool1 1s linear infinite;
    animation: scrool1 1s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }
  #scrool_down .layer1:hover .logo-left {
    -webkit-transform: rotate(135deg) translate(70px, -55px);
    -ms-transform: rotate(135deg) translate(70px, -55px);
    transform: rotate(135deg) translate(70px, -55px);
    border-bottom: none;
    -webkit-transition: border-bottom 1s, -webkit-transform 0.5s;
    transition: border-bottom 1s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, border-bottom 1s;
    transition: transform 0.5s, border-bottom 1s;
    transition: transform 0.5s, border-bottom 1s, -webkit-transform 0.5s;
    -webkit-animation: scroolh;
    animation: scroolh; }
  #scrool_down .layer1:hover .logo-right {
    -webkit-transform: rotate(-135deg) translate(-20px, -35px);
    -ms-transform: rotate(-135deg) translate(-20px, -35px);
    transform: rotate(-135deg) translate(-20px, -35px);
    border-bottom: none;
    -webkit-transition: border-bottom 1s, -webkit-transform 0.5s;
    transition: border-bottom 1s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, border-bottom 1s;
    transition: transform 0.5s, border-bottom 1s;
    transition: transform 0.5s, border-bottom 1s, -webkit-transform 0.5s;
    margin-top: 50px;
    -webkit-animation: scroolh;
    animation: scroolh; }

/*scroll animation area end*/
/*WHO area start*/
#who {
  background: url(../img/shape_back.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }
  #who .up {
    background: url(../img/shape_back_1.png) no-repeat;
    width: 100%;
    height: 65%;
    position: absolute;
    top: 20%;
    left: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation: down 0.4s linear;
    animation: down 0.4s linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    opacity: 0.4; }
  #who .down {
    background: url(../img/shape_back_2.png) no-repeat;
    width: 30%;
    height: 78%;
    position: absolute;
    top: 13%;
    right: 0%;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation: up 0.4s linear;
    animation: up 0.4s linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    opacity: 0.4; }
  #who .title_text {
    padding: 80px 216px; }
    #who .title_text .title h2 {
      color: #fff;
      font-family: "Nunito", sans-serif;
      font-size: 45px;
      font-weight: 600; }
    #who .title_text .title::before {
      content: '';
      top: 24%;
      left: 38%;
      position: absolute;
      border-top: solid 30px transparent;
      border-bottom: solid 30px transparent;
      border-right: solid 60px rgba(255, 255, 255, 0.66); }
    #who .title_text .title::after {
      content: '';
      top: 24%;
      position: absolute;
      border-top: solid 30px transparent;
      border-bottom: solid 30px transparent;
      border-right: solid 60px rgba(255, 255, 255, 0.66);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      right: 38%; }
    #who .title_text .text {
      position: relative; }
      #who .title_text .text p {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        text-align: justify; }

/*WHO area end*/
/*creative service start*/
#service {
  position: relative;
  overflow: hidden; }
  #service .title {
    padding-top: 20px;
    position: relative; }
    #service .title h2 {
      color: #464646;
      font-family: "Nunito", sans-serif;
      font-size: 45px;
      font-weight: 600;
      text-transform: uppercase; }
    #service .title::after {
      position: absolute;
      content: '';
      width: 10%;
      height: 3px;
      background: rebeccapurple;
      bottom: 0;
      left: 45%; }
  #service .image_area {
    webkit-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 5s;
    animation-duration: 5s; }
  #service .text_area {
    padding: 120px 0; }
    #service .text_area h2 {
      color: #464646;
      font-family: "Nunito", sans-serif;
      font-size: 45px;
      font-weight: 400;
      text-transform: uppercase;
      position: relative; }
      #service .text_area h2 span {
        color: #00bdce; }
      #service .text_area h2::after {
        position: absolute;
        content: '';
        width: 15%;
        height: 3px;
        background: #526cfd;
        bottom: 0;
        left: 0; }
    #service .text_area p {
      font-family: "Montserrat", sans-serif;
      padding-top: 55px;
      font-size: 17px;
      font-weight: 500;
      color: #2c306b;
      text-align: justify; }
  #service .email_marketig .text_area {
    padding: 120px 0; }
    #service .email_marketig .text_area h2 {
      color: #28a0c3; }
      #service .email_marketig .text_area h2 span {
        color: #464646; }
      #service .email_marketig .text_area h2::after {
        background: #28a0c3; }
    #service .email_marketig .text_area p {
      color: #2c306b; }
  #service .email_marketig .image_area {
    -webkit-animation-name: floating_email;
    animation-name: floating_email; }
  #service .social_media {
    padding-top: 30px; }
    #service .social_media .text_area {
      padding: 120px 0; }
      #service .social_media .text_area h2 {
        color: #3b5999; }
        #service .social_media .text_area h2 .color {
          color: #00AFF0; }
        #service .social_media .text_area h2 span {
          color: #dd4b39; }
        #service .social_media .text_area h2::after {
          background: #cc0d9a; }
      #service .social_media .text_area p {
        color: #2c306b;
        text-align: justify; }
    #service .social_media .image_area {
      -webkit-animation-name: floating_social;
      animation-name: floating_social; }
  #service .video_marketing {
    padding-top: 30px; }
    #service .video_marketing .text_area {
      padding: 120px 0; }
      #service .video_marketing .text_area h2 {
        color: #dd4b39; }
        #service .video_marketing .text_area h2 span {
          color: #2b635d; }
        #service .video_marketing .text_area h2::after {
          background: #80982a; }
      #service .video_marketing .text_area p {
        color: #2c306b;
        text-align: justify; }
    #service .video_marketing .image_area {
      -webkit-animation-name: floating_video;
      animation-name: floating_video; }
  #service .seo {
    padding-top: 30px; }
    #service .seo .text_area {
      padding: 120px 0; }
      #service .seo .text_area h2 {
        color: #2e4a5a; }
        #service .seo .text_area h2 span {
          color: #ecab33; }
        #service .seo .text_area h2::after {
          background: #80982a; }
      #service .seo .text_area p {
        color: #2c306b;
        text-align: justify; }
    #service .seo .image_area {
      -webkit-animation-name: floating_seo;
      animation-name: floating_seo; }
  #service .web {
    padding-top: 30px; }
    #service .web .text_area {
      padding: 120px 0; }
      #service .web .text_area h2 {
        color: #565b77; }
        #service .web .text_area h2 span {
          color: #48519a; }
        #service .web .text_area h2::after {
          background: #0083e8; }
      #service .web .text_area p {
        color: #2c306b;
        text-align: justify; }
    #service .web .image_area {
      padding-top: 100px;
      -webkit-animation-name: floating_web;
      animation-name: floating_web; }

/*creative service end*/
/*Working process start*/
#Working_Process {
  background: url(../img/process_bg.jpg) no-repeat fixed;
  background-position: center;
  background-size: cover;
  padding: 0 0 85px; }
  #Working_Process h2 {
    padding-top: 45px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    #Working_Process h2::before {
      position: absolute;
      content: '';
      width: 10%;
      height: 3px;
      background: #ffffff;
      bottom: 0;
      left: 45%; }
  #Working_Process .w_process {
    text-align: center;
    cursor: pointer; }
    #Working_Process .w_process .icon {
      width: 124px;
      height: 124px;
      line-height: 124px;
      border: 1px solid #0981d8;
      border-radius: 50%;
      background-color: #0e49d652;
      width: 124px;
      height: 124px;
      margin: 40px auto;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin-bottom: 40px;
      position: relative; }
      #Working_Process .w_process .icon::before {
        position: absolute;
        content: "";
        top: 50%;
        right: -70%;
        width: 70%;
        height: 1px;
        background-color: #02cfd1;
        opacity: .5; }
      #Working_Process .w_process .icon::after {
        content: '';
        position: absolute;
        left: calc(160% + 3px);
        width: 10px;
        height: 10px;
        border-top: solid 1px #02cfd1;
        border-right: solid 1px #02cfd1;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
    #Working_Process .w_process .last::before {
      display: none; }
    #Working_Process .w_process .last::after {
      display: none; }
    #Working_Process .w_process h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 23px;
      font-weight: 500;
      color: #ffffffa3;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #Working_Process .w_process:hover .icon {
      border-color: #02d1d1;
      background-color: #1040d2;
      -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }
    #Working_Process .w_process:hover h4 {
      color: #fff; }

/*Working process end*/
/*our work area start*/
#our_work {
  padding-bottom: 45px; }
  #our_work h2 {
    padding-top: 45px;
    color: #464646;
    font-family: "Nunito", sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    #our_work h2::before {
      position: absolute;
      content: '';
      width: 10%;
      height: 3px;
      background: -webkit-linear-gradient(252deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      background: -o-linear-gradient(252deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      background: linear-gradient(198deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      bottom: 0;
      left: 45%; }
  #our_work .filter-button ul {
    text-align: center;
    padding: 20px 0px 0;
    margin: 0; }
    #our_work .filter-button ul li {
      display: inline-block;
      cursor: pointer;
      border: 1px solid #5a5d8b;
      padding: 8px 30px;
      border-radius: 8px;
      font-family: "Montserrat", sans-serif;
      color: #5a5d8b;
      font-weight: 500;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    #our_work .filter-button ul .active {
      background: -webkit-linear-gradient(252deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      background: -o-linear-gradient(252deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      background: linear-gradient(198deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      color: #fff;
      border-color: #fff; }
  #our_work .work_image .item {
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 9px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 16px 9px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden; }
    #our_work .work_image .item img {
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    #our_work .work_image .item .overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      background: -webkit-linear-gradient(252deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      background: -o-linear-gradient(252deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      background: linear-gradient(198deg, rgba(25, 66, 167, 0.47) 0%, rgba(0, 212, 255, 0.493435) 100%);
      top: 100%;
      left: 0;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      #our_work .work_image .item .overlay i {
        top: 44.5%;
        color: #fff;
        font-size: 40px;
        left: 44.5%;
        position: absolute; }
    #our_work .work_image .item:hover {
      border-radius: 0;
      -webkit-box-shadow: 0px 15px 15px -9px rgba(0, 0, 0, 0.37);
      box-shadow: 0px 15px 15px -9px rgba(0, 0, 0, 0.37); }
    #our_work .work_image .item:hover .overlay {
      top: 0; }
    #our_work .work_image .item:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  #our_work .work_image .padding-top {
    padding-top: 25px; }

/*our work area end*/
/*footer_area start*/
#footer_area {
  background: whitesmoke; }
  #footer_area h2 {
    padding-top: 45px;
    color: #464646;
    font-family: "Nunito", sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    #footer_area h2::before {
      position: absolute;
      content: '';
      width: 10%;
      height: 3px;
      background: #3c439a;
      bottom: 0;
      left: 45%; }
  #footer_area p {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #60476d;
    font-weight: 400;
    font-size: 20px;
    padding: 20px 0 30px; }
  #footer_area iframe {
    height: 375px;
    width: 100%; }
  #footer_area .contact .address {
    position: relative;
    padding: 40px 0; }
    #footer_area .contact .address i {
      position: absolute;
      color: #60476d;
      font-size: 45px; }
    #footer_area .contact .address p {
      font-family: "Montserrat", sans-serif;
      text-align: left !important;
      color: #756b75;
      font-weight: 400;
      font-size: 20px;
      padding: 0 55px 35px; }
  #footer_area .contact .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; }
    #footer_area .contact .social-icons a {
      border: 1px solid #909090;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      margin: 0 5px;
      text-align: center; }
      #footer_area .contact .social-icons a i {
        font-size: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0; }
      #footer_area .contact .social-icons a:first-child {
        color: #fff;
        background: #3b5999; }
      #footer_area .contact .social-icons a:nth-child(2) {
        color: #fff;
        background: #cd201f; }
      #footer_area .contact .social-icons a:nth-child(3) {
        color: #fff;
        background: #0077B5; }
      #footer_area .contact .social-icons a:hover:first-child {
        color: #3b5999;
        background: #fff; }
      #footer_area .contact .social-icons a:hover:nth-child(2) {
        color: #cd201f;
        background: #fff; }
      #footer_area .contact .social-icons a:hover:nth-child(3) {
        color: #0077B5;
        background: #fff; }
  #footer_area .last {
    background: #252830;
    margin-top: 30px; }
    #footer_area .last .reserved {
      position: relative; }
      #footer_area .last .reserved img {
        width: 10%;
        position: absolute;
        top: 16%; }
      #footer_area .last .reserved p {
        color: #fff;
        padding: 25px 50px; }
        #footer_area .last .reserved p span {
          color: #70ff6e; }
    #footer_area .last P {
      color: #fff;
      text-align: right; }
      #footer_area .last P span {
        color: #70ff6e; }

/*footer_area end*/
/*scroll animation keyframes*/
@-webkit-keyframes scrool {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 5px; }
  100% {
    margin-left: 10px; } }

@keyframes scrool {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 5px; }
  100% {
    margin-left: 10px; } }

@-webkit-keyframes scrool1 {
  0% {
    margin-left: -0px; }
  50% {
    margin-left: -5px; }
  100% {
    margin-left: -10px; } }

@keyframes scrool1 {
  0% {
    margin-left: -0px; }
  50% {
    margin-left: -5px; }
  100% {
    margin-left: -10px; } }

@-webkit-keyframes scroolh {
  0% {
    margin-right: 0px; }
  50% {
    margin-right: 0px; }
  100% {
    margin-right: 0px; } }

@keyframes scroolh {
  0% {
    margin-right: 0px; }
  50% {
    margin-right: 0px; }
  100% {
    margin-right: 0px; } }

/*scroll animation keyframes*/
@-webkit-keyframes down {
  0% {
    margin-top: -227px; }
  100% {
    margin-top: 0px; } }

@keyframes down {
  0% {
    margin-top: -227px; }
  100% {
    margin-top: 0px; } }

@-webkit-keyframes up {
  0% {
    margin-top: 300px; }
  100% {
    margin-top: 0px; } }

@keyframes up {
  0% {
    margin-top: 300px; }
  100% {
    margin-top: 0px; } }

/*service pic animation*/
@-webkit-keyframes floating {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 20px; } }

@keyframes floating {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 20px; } }

@-webkit-keyframes floating_email {
  0% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@keyframes floating_email {
  0% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@-webkit-keyframes floating_social {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 20px; } }

@keyframes floating_social {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 20px; } }

@-webkit-keyframes floating_video {
  0% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@keyframes floating_video {
  0% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@-webkit-keyframes floating_seo {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 20px; } }

@keyframes floating_seo {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 20px; } }

@-webkit-keyframes floating_web {
  0% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@keyframes floating_web {
  0% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

/*service pic animation*/
/*=======================Responsiv============================*/
/*showcase header*/
@media only screen and (max-width: 485px) {
  #showcase .title {
    padding-top: 25em; }
    #showcase .title h2 {
      font-size: 25px; } }

@media only screen and (min-width: 486px) and (max-width: 767px) {
  #showcase .title {
    padding-top: 23em; }
    #showcase .title h2 {
      font-size: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #showcase .title {
    padding-top: 22em; }
    #showcase .title h2 {
      font-size: 53px; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #showcase .title h2 {
    font-size: 74px; } }

/*showcase header*/
/*who area*/
@media only screen and (max-width: 438px) {
  #who .up {
    width: 60%;
    height: 70%;
    top: 33%;
    left: 20%; }
  #who .down {
    display: none; }
  #who .title_text {
    padding: 40px 5px; }
    #who .title_text .title::before {
      display: none; }
    #who .title_text .title::after {
      display: none; } }

@media only screen and (max-width: 575px) {
  #who .up {
    width: 60%;
    height: 70%;
    top: 33%;
    left: 20%; }
  #who .down {
    display: none; }
  #who .title_text {
    padding: 40px 5px; }
    #who .title_text .title::before {
      top: 12.5%;
      left: 0%; }
    #who .title_text .title::after {
      top: 12.5%;
      right: 0%; } }

@media only screen and (min-width: 576px) and (max-width: 991px) {
  #who .up {
    left: 0%; }
  #who .down {
    right: 0%; }
  #who .title_text {
    padding: 75px 10px; }
    #who .title_text .title::before {
      top: 19.5%;
      left: 13%; }
    #who .title_text .title::after {
      top: 19.5%;
      right: 13%; } }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #who .up {
    left: 0%; }
  #who .down {
    right: 0%; }
  #who .title_text {
    padding: 80px 140px; }
    #who .title_text .title::before {
      top: 24%;
      left: 28%; }
    #who .title_text .title::after {
      top: 24%;
      right: 28%; } }

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  #who .up {
    left: 11%; }
  #who .down {
    right: -4.5%; }
  #who .title_text .title::before {
    top: 24%;
    left: 32%; }
  #who .title_text .title::after {
    top: 24%;
    right: 32%; } }

/*who area end*/
/*service area*/
@media only screen and (max-width: 768px) {
  #service .text_area {
    padding: 0; }
    #service .text_area h2 {
      text-align: center;
      font-size: 30px; }
      #service .text_area h2::after {
        width: 20%;
        left: 40%; }
    #service .text_area p {
      padding-top: 10px;
      text-align: justify; }
  #service .email_marketig .text_area {
    padding: 70px 0 0 0; }
  #service .social_media .image_area {
    padding-top: 35px; }
  #service .social_media .text_area {
    padding: 70px 0 0 0; }
  #service .video_marketing .text_area {
    padding: 70px 0 0 0; } }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  #service .text_area {
    padding: 35px 0; }
    #service .text_area p {
      padding-top: 10px; }
  #service .email_marketig .text_area {
    padding: 0; }
    #service .email_marketig .text_area p {
      padding: 35px 0; }
  #service .social_media .text_area {
    padding: 0; }
    #service .social_media .text_area p {
      padding: 35px 0; }
  #service .video_marketing .text_area {
    padding: 0; }
    #service .video_marketing .text_area p {
      padding: 35px 0; } }

/*service area*/
/*worki process area star*/
@media only screen and (min-width: 1200px) {
  #Working_Process .row {
    padding: 0 120px; } }

@media only screen and (max-width: 992px) {
  #Working_Process .w_process .icon::before {
    display: none; }
  #Working_Process .w_process .icon::after {
    display: none; } }

/*worki process area end*/
/*our work */
@media only screen and (max-width: 767px) {
  #our_work .filter-button ul li {
    display: block;
    width: 50%;
    margin: 8px auto; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #our_work .filter-button ul li {
    padding: 8px 8px; } }

/*our work */
/*footer area*/
@media only screen and (max-width: 768px) {
  #footer_area p {
    text-align: center !important; }
  #footer_area .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

/*footer area*/
